스프링부트와 AWS로 혼자 구현하는 웹 서비스 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "POSTS" not found; SQL statement: 100p의 application.properties 설정 후 test run 하니까 오류 발생했다. Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "POSTS" not found; SQL statement: ✔️결론 hibernate 버전이 Spring Boot 2.1 -> 2.2로 바뀌면서 dialect 관련 설정 방법이 바뀌었음 t... 스프링부트와 AWS로 혼자 구현하는 웹 서비스SQL statementJdbcSQLSyntaxErrorExceptionTable "POSTS" not foundJdbcSQLSyntaxErrorException org.springframework.web.client.RestClientException: Error while extracting response for type PostsApiControllerTest Posts_수정된다() Run 돌리니까 위의 에러가 났다. 구글링의 해결책으로는 내 오류가 해결되지 않았다. 책 저자가 관련 메소드에서 Post를 Put으로 오타 실수가 있었다기에 혹시나하고 다음과 같이 수정하니 에러 해결. ✔️해결 전 ✔️해결 후 📋참고자료... PostsApiControllerTestRestClientExceptionSpringboot스프링부트스프링부트와 AWS로 혼자 구현하는 웹 서비스PostsApiControllerTest
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "POSTS" not found; SQL statement: 100p의 application.properties 설정 후 test run 하니까 오류 발생했다. Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "POSTS" not found; SQL statement: ✔️결론 hibernate 버전이 Spring Boot 2.1 -> 2.2로 바뀌면서 dialect 관련 설정 방법이 바뀌었음 t... 스프링부트와 AWS로 혼자 구현하는 웹 서비스SQL statementJdbcSQLSyntaxErrorExceptionTable "POSTS" not foundJdbcSQLSyntaxErrorException org.springframework.web.client.RestClientException: Error while extracting response for type PostsApiControllerTest Posts_수정된다() Run 돌리니까 위의 에러가 났다. 구글링의 해결책으로는 내 오류가 해결되지 않았다. 책 저자가 관련 메소드에서 Post를 Put으로 오타 실수가 있었다기에 혹시나하고 다음과 같이 수정하니 에러 해결. ✔️해결 전 ✔️해결 후 📋참고자료... PostsApiControllerTestRestClientExceptionSpringboot스프링부트스프링부트와 AWS로 혼자 구현하는 웹 서비스PostsApiControllerTest